func net/http.htmlEscape
2 uses
net/http (current package)
server.go#L2194: body := "<a href=\"" + htmlEscape(url) + "\">" + statusText[code] + "</a>.\n"
server.go#L2209: func htmlEscape(s string) string {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)